@charset "UTF-8";

/* tour/detail.php */
.tdcTitle {
	background-color: #503382;
}
.tdcTitle:after {
	border-top: 12px solid #503382;
}
.tdMain h3 {
	border-left: solid 5px #503382;
	background: -webkit-repeating-linear-gradient(-45deg, #e1cefd, #e1cefd 3px,#eee4fe 3px, #eee4fe 7px);
	background: repeating-linear-gradient(-45deg, #e1cefd, #e1cefd 3px,#eee4fe 3px, #eee4fe 7px);
}

/* ## footer ## */
#footer {
	background-color: #503382;
}

/* #### width 359px以下の場合の設定 (for SP Only) #### */
@media (max-width: 359px) {


}

/* #### width 360px～500pxの場合の設定 (for SP Wide Only) #### */
@media (min-width: 360px) and (max-width: 500px) {

}

/* ## width 501px～767pxの場合の設定 (for Tub Only) ## */
@media (min-width: 501px) and (max-width: 767px) {

}

/* #### width 767px 以下の場合の設定 (for All Mobile Dvices) #### */
@media (max-width: 767px) {

/* 選択 */
#ncChoice {
	border-bottom: solid 4px #503382;
}
#ncChoice li:nth-child(2) {
	border-right: solid 1px transparent;
}
	
/* choice selected */
#ncChoice li.ncSelected a {
	background-color: #503382;
	height: 60px;
}
	
}


/* #### width 768px 以上の場合の設定 (for PC) #### */
@media (min-width: 768px) {

/* #### nav #### */
nav {
	background-color: #503382;
}
	
/* choice selected */
#ncChoice li.ncSelected a {
	color: #503382;
}

/* ## dropmenu ## */
#dropmenu > li a {
	background-color: #503382;
	border-left: solid 1px #593c8b;
}
#dropmenu > li:last-child a {
	border-right: solid 1px #593c8b;
}
#dropmenu > li:hover a {
	background-color: #593c8b;
}
#dropmenu li.menu_single ul.menu_second-level li a {
	background-color: #593c8b;
}
#dropmenu li.menu_single ul.menu_second-level li a:hover {
	background-color: #654898;
}
#dropmenu li.menu_single:hover ul.menu_second-level li {
  border-top: 1px solid #654898;
}
	
}

/* #### width 840px 以上の場合の設定 #### */
@media (min-width: 840px) {


	
}
/* #### width 950px 以上の場合の設定 #### */
@media (min-width: 950px) {


}
